home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
main.dxr
/
00055.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
273 b
|
22 lines
on mouseEnter
cursor([121, 122])
set the member of sprite 27 to 91
end
on mouseDown
if rollover(39) then
end if
end
on mouseUp
if rollover(39) then
cursor(-1)
go("photo")
end if
end
on mouseLeave
set the member of sprite 27 to 113
cursor(-1)
end